projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e861b0d
)
reftests: Fix grid-empty-with-spacing test
author
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 04:42:56 +0000
(
05:42
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000
(09:56 +0100)
Widgets are visible by default now, so make sure the ones that should be
invisible are marked as such.
testsuite/reftests/grid-empty-with-spacing.ui
patch
|
blob
|
history
diff --git
a/testsuite/reftests/grid-empty-with-spacing.ui
b/testsuite/reftests/grid-empty-with-spacing.ui
index 3598fc71a53c35089174f9af04c14c1bd76e6f94..23f0caaf6cc59d88945baab13d923ec736b3baf1 100644
(file)
--- a/
testsuite/reftests/grid-empty-with-spacing.ui
+++ b/
testsuite/reftests/grid-empty-with-spacing.ui
@@
-12,6
+12,7
@@
<property name="column_spacing">5</property>
<child>
<object class="GtkLabel" id="label1">
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">invisible</property>
</object>